Skip to content

Add missing const in cf hashing#313

Merged
simonlindholm merged 1 commit intokth-competitive-programming:mainfrom
JJCUBER:patch-6
Apr 3, 2026
Merged

Add missing const in cf hashing#313
simonlindholm merged 1 commit intokth-competitive-programming:mainfrom
JJCUBER:patch-6

Conversation

@JJCUBER
Copy link
Copy Markdown
Contributor

@JJCUBER JJCUBER commented Apr 3, 2026

Without operator ull() being marked const, it causes a compilation error on some compilers due to const functions operator==, operator< calling it. (This would prevent some users from being able to test their code locally.)

Without operator ull() being marked const, it causes a compilation error on some compilers due to const functions operator==, operator< calling it.
@simonlindholm simonlindholm merged commit 413da96 into kth-competitive-programming:main Apr 3, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants